home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Utilitare / picozip / PicoZipSetup.exe / {app} / PicoZip.exe / 0 / RCDATA / TFMCHECKVERSION / TFMCHECKVERSION.txt
Text File  |  2004-09-09  |  2KB  |  117 lines

  1. object fmCheckVersion: TfmCheckVersion
  2.   Left = 625
  3.   Top = 412
  4.   ActiveControl = buClose
  5.   BorderStyle = bsDialog
  6.   Caption = 'Check for New Version'
  7.   ClientHeight = 253
  8.   ClientWidth = 311
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   DesignSize = (
  19.     311
  20.     253)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object laLatest: TLabel
  24.     Left = 8
  25.     Top = 16
  26.     Width = 67
  27.     Height = 13
  28.     Caption = '&Latest Version'
  29.     FocusControl = edLatest
  30.   end
  31.   object laCurrent: TLabel
  32.     Left = 160
  33.     Top = 16
  34.     Width = 58
  35.     Height = 13
  36.     Caption = 'This &Version'
  37.     FocusControl = edCurrent
  38.   end
  39.   object laWhatsNew: TLabel
  40.     Left = 8
  41.     Top = 72
  42.     Width = 96
  43.     Height = 13
  44.     Caption = '&Updated Information'
  45.     FocusControl = meNew
  46.   end
  47.   object buClose: TButton
  48.     Left = 56
  49.     Top = 224
  50.     Width = 97
  51.     Height = 25
  52.     Caption = '&Close'
  53.     Default = True
  54.     ModalResult = 2
  55.     TabOrder = 3
  56.   end
  57.   object buDownload: TButton
  58.     Left = 160
  59.     Top = 224
  60.     Width = 97
  61.     Height = 25
  62.     Caption = '&Download Now'
  63.     ModalResult = 1
  64.     TabOrder = 4
  65.   end
  66.   object meNew: TMemo
  67.     Left = 8
  68.     Top = 88
  69.     Width = 295
  70.     Height = 119
  71.     Anchors = [akLeft, akTop, akRight, akBottom]
  72.     ReadOnly = True
  73.     ScrollBars = ssVertical
  74.     TabOrder = 2
  75.   end
  76.   object edLatest: TEdit
  77.     Left = 8
  78.     Top = 32
  79.     Width = 145
  80.     Height = 21
  81.     ReadOnly = True
  82.     TabOrder = 0
  83.   end
  84.   object edCurrent: TEdit
  85.     Left = 160
  86.     Top = 32
  87.     Width = 145
  88.     Height = 21
  89.     ReadOnly = True
  90.     TabOrder = 1
  91.   end
  92.   object tiGetVersion: TTimer
  93.     Enabled = False
  94.     Interval = 50
  95.     OnTimer = tiGetVersionTimer
  96.     Left = 16
  97.     Top = 168
  98.   end
  99.   object IdHTTP: TIdHTTP
  100.     MaxLineAction = maException
  101.     ReadTimeout = 0
  102.     AllowCookies = True
  103.     ProxyParams.BasicAuthentication = False
  104.     ProxyParams.ProxyPort = 0
  105.     Request.ContentLength = 0
  106.     Request.ContentRangeEnd = 0
  107.     Request.ContentRangeStart = 0
  108.     Request.ContentType = 'text/html'
  109.     Request.Accept = 'text/html, */*'
  110.     Request.BasicAuthentication = False
  111.     Request.UserAgent = 'PicoZip'
  112.     HTTPOptions = [hoForceEncodeParams]
  113.     Left = 45
  114.     Top = 168
  115.   end
  116. end
  117.